#footer {
  padding: 0 0 25px;
  background-color: #1C2340;
  display: flex;
  justify-content: center;
}
#footer>div>div{
  display: inline-block;
  vertical-align: top;
}
#footer .footer-logo {
  margin-top: 80px;
}
#footer .footer-logo img {
  width: 120px;
  height: 40px;
}
#footer .about-us,
#footer .contact-us {
  margin-top: 45px;
  margin-left: 75px;
}
#footer .about-us h4,
#footer .contact-us h4 {
  font-size: 14px;
  color: #878CB1;
  margin-bottom: 10px;
  font-weight: bolder;
}
#footer .about-us a,
#footer .contact-us a,
#footer .about-us p,
#footer .contact-us p {
  display: block;
  font-size: 12px;
  color: #878CB1;
  margin-top: 10px;
}
#footer .about-us a:hover {
  text-decoration: underline;
}
#footer .code {
  margin-top: 65px;
  margin-left: 90px;
}
#footer .code img {
  display: block;
  width: 60px;
  height: 60px;
}
#footer .keep-record {
  margin-top: 160px;
  float: right;
  opacity: 0.3;
}
#footer .keep-record a,#footer .keep-record p {
  font-size: 12px;
  /* color: #878CB1; */
  color: #fff;
}